home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / uwin / helped19 / hc.bat < prev    next >
Encoding:
DOS Batch File  |  1993-06-01  |  114 b   |  9 lines

  1. @echo off
  2. if "%2" == "-n" goto run31
  3. hc30.exe %1 > helpedit.err
  4. goto end
  5. :run31
  6. hc31.exe %1
  7. :end
  8. @echo on
  9.